home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Classes / 2.0_nxyPalette1.2 / nxyTestApp / Makefile < prev    next >
Encoding:
Makefile  |  1992-05-26  |  769 b   |  39 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Test1
  11.  
  12. INTERFACES = Test.nib
  13. CLASSES = Controller.m
  14. MFILES = Test1_main.m
  15. HFILES = NXYView.h Plot.h
  16.  
  17.  
  18. SOURCEMODE = 444
  19.  
  20. LIBS = -lNXYpalette\
  21.     -lNeXT_s -lsys_s
  22. DEBUG_LIBS = $(LIBS)
  23. PROF_LIBS = -lNXYpalette\
  24.     -lNeXT_p -lsys_p
  25.  
  26. MAKEFILEDIR = /usr/lib/nib
  27. ICONSECTIONS =    -sectcreate __ICON app /usr/lib/nib/default_app_icon.tiff
  28.  
  29. INSTALLDIR = $(HOME)/Apps
  30. INSTALLFLAGS = -c -s -m 755
  31.  
  32. -include Makefile.preamble
  33.  
  34. include $(MAKEFILEDIR)/app.make
  35.  
  36. -include Makefile.postamble
  37.  
  38. -include Makefile.dependencies
  39.